POV-Ray : Newsgroups : povray.text.scene-files : Mirror : Re: Mirror Server Time
28 Jun 2024 23:20:48 EDT (-0400)
  Re: Mirror  
From: Ken
Date: 10 May 2003 14:42:56
Message: <3EBD4828.704C43E2@pacbell.net>
Duncan Adamson wrote:
> 
> Hi,
> 
> I'm trying to create a mirror to add to a bathroom I'm creating.
> 
> my texture is defined as
> #declare BathroomMirrorTexture = texture
> {
>         pigment
>         {
>                 White
>         }
>         finish
>         {
>                 ambient 0.1
>                 brilliance 6
>                 diffuse 0.7
>                 metallic
>                 specular 0.80
>                 roughness 1/120
>                 reflection 0.8
>         }
> }
> 
> but it comes out very cloudy - what am I doing wrong?

Try reducing the diffuse value. For some good reflection finish settings
take a look at metals.inc etc.

-- 
Ken Tyler


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.